diff nocompile/integer_literal_binary_11.d @ 33:3f81e192da0e

extended integer literal tests
author thomask
date Wed, 13 Oct 2004 07:18:13 +0000
parents
children f87ba6507260
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/integer_literal_binary_11.d	Wed Oct 13 07:18:13 2004 +0000
@@ -0,0 +1,4 @@
+int main(){
+	int i = 0b;
+	return 0;
+}