Fix this error:
[oota-llvm.git] / test / C++Frontend / 2003-11-04-ArrayConstructors.cpp
index 10097f6d12df525b6f4640281e87215a714309ff..4df4f9b6727b5923e9ea7496a64f8b4b136f2fc7 100644 (file)
@@ -1,6 +1,8 @@
+// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
 
-struct Foo { 
-  Foo(int); 
+
+struct Foo {
+  Foo(int);
   ~Foo();
 };
 void foo() {