diff nocompile/integer_literal_hex_11.d @ 28:17dbcb50e9a5

added binary and hexadecimal integer literal tests
author thomask
date Sat, 09 Oct 2004 15:07:01 +0000
parents
children f87ba6507260
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/integer_literal_hex_11.d	Sat Oct 09 15:07:01 2004 +0000
@@ -0,0 +1,4 @@
+int main(){
+	int i = _0x1;
+	return 0;
+}