comparison undefined/typedef_10_D.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
17 17
18 int main() { 18 int main() {
19 Int1 i1; 19 Int1 i1;
20 20
21 static assert (is(typeof(i1 + 42) == int)); 21 static assert (is(typeof(i1 + 42) == int));
22
23 return 0;
22 } 24 }