diff options
Diffstat (limited to 'test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp')
-rw-r--r-- | test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp b/test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp index 3876527067..755d7c7621 100644 --- a/test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp +++ b/test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp @@ -1,3 +1,5 @@ +// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null + struct A { virtual void Method() = 0; }; |