comparison undefined/typedef_10_E.d @ 944:eb7e3f644b18

Stewart Gordon <smjg_1998@yahoo.com> 2006-03-27 news:e08emq$n8l$1@digitaldaemon.com
author thomask
date Sun, 02 Apr 2006 11:53:50 +0000
parents 47da30a67c8d
children
comparison
equal deleted inserted replaced
943:807744a6e42b 944:eb7e3f644b18
16 16
17 int main() { 17 int main() {
18 Int2 i2; 18 Int2 i2;
19 19
20 static assert (is(typeof(42 + i2) == int)); 20 static assert (is(typeof(42 + i2) == int));
21
22 return 0;
21 } 23 }