XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / FrontendC / 2007-08-21-ComplexCst.c
index 7ddd87c08e4854b48b1788c297727905133c27b4..ebdee14bba359d1898059819720b54b227100277 100644 (file)
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc -O2 -c %s -o /dev/null
+// RUN: %llvmgcc -O2 -S %s -o /dev/null
 void f(_Complex float z);
 void g() { f(1.0i); }