From 5f8ab1653ad38faf395daf1b8a70249f6954b1ba Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 30 Jun 2014 10:40:49 +0200 Subject: c2nim is not part of the compiler anymore --- compiler/c2nim/tests/struct_anonym.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 compiler/c2nim/tests/struct_anonym.h (limited to 'compiler/c2nim/tests/struct_anonym.h') diff --git a/compiler/c2nim/tests/struct_anonym.h b/compiler/c2nim/tests/struct_anonym.h deleted file mode 100644 index 859bfc206..000000000 --- a/compiler/c2nim/tests/struct_anonym.h +++ /dev/null @@ -1,27 +0,0 @@ - -struct normal{ - int a; - int b; -}; - -typedef struct outerStruct { - struct normal a_nomal_one; - - int a; - - struct { - union { - int b; - } a_union_in_the_struct; - - int c; - }; - - union { - int d; - - struct { - int e; - } a_struct_in_the_union; - } a_union; -}; \ No newline at end of file -- cgit 1.4.1-2-gfad0