Add RUN line.

llvm-svn: 81654
This commit is contained in:
Daniel Dunbar 2009-09-12 23:06:30 +00:00
parent 0482cfd790
commit e9266a3ee1
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// RUN: clang-cc -fsyntax-only -verify %s
struct x {
x() : a(4) ; // expected-error {{expected '{'}}
};