Add pass that expands pseudo instructions into target instructions after register...
[oota-llvm.git] / test / FrontendC / 2007-09-27-ComplexIntCompare.c
index ee9a85c2454d1a273f2fc460ada2b94ffccf1a5e..50626e548c6166701cd1eccf772c483b818f6538 100644 (file)
@@ -1,5 +1,8 @@
 // RUN: %llvmgcc -S %s -o -  
 // PR1708
+
+#include <stdlib.h>
+
 struct s { _Complex unsigned short x; };
 struct s gs = { 100 + 200i };
 struct s __attribute__((noinline)) foo (void) { return gs; }