Adding RUN lines.
[oota-llvm.git] / test / C++Frontend / 2003-11-04-ArrayConstructors.cpp
index 10097f6d12df525b6f4640281e87215a714309ff..8c7c0bfa7db2b81dda7f69d74fd69ea414bbce86 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+
 
 struct Foo { 
   Foo(int);