Make this testcase harder, to test the read case as well.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 06:56:46 +0000 (06:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Feb 2005 06:56:46 +0000 (06:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20245 91177308-0d34-0410-b5e6-96231b3b80d8

test/C++Frontend/2005-02-19-BitfieldStructCrash.cpp

index 9923271dafb2ac7728fab4faaf9951f71ffa2dc0..8f571e074b8e2a2ea26c77a14106d25a85e2c62f 100644 (file)
@@ -9,3 +9,6 @@ struct Command {
     };
 
 Command X(QChar('c'));
+
+void Foo(QChar );
+void bar() { Foo(X.c); }