1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 eb8c079611
commit 4d4527ad99

View File

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