Adding RUN lines.
[oota-llvm.git] / test / C++Frontend / 2003-09-22-CompositeExprValue.cpp
index 9ee0289658ff8a912eed661def6e524a80c1736c..b1373ba66dc65b7390ebc928c4a13dbe1ad7edff 100644 (file)
@@ -1,3 +1,5 @@
+// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
+
 struct duration {
  duration operator/=(int c) {
        return *this;