Make this testcase harder, to test the read case as well.

llvm-svn: 20245
This commit is contained in:
Chris Lattner 2005-02-19 06:56:46 +00:00
parent e22674c706
commit 4fec95cd4d
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@ struct Command {
};
Command X(QChar('c'));
void Foo(QChar );
void bar() { Foo(X.c); }