commit | 630f340f8f958b2c48e341cfad49a7177dae55c4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Feb 19 06:56:46 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Feb 19 06:56:46 2005 +0000 |
tree | e20afa50d2de987f57e5143b5a6e1f895775af7f | |
parent | 9f95ab7e61555a143421f5895074ffee6dd44d24 [diff] [blame] |
Make this testcase harder, to test the read case as well. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20245 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/C++Frontend/2005-02-19-BitfieldStructCrash.cpp b/test/C++Frontend/2005-02-19-BitfieldStructCrash.cpp index 9923271..8f571e0 100644 --- a/test/C++Frontend/2005-02-19-BitfieldStructCrash.cpp +++ b/test/C++Frontend/2005-02-19-BitfieldStructCrash.cpp
@@ -9,3 +9,6 @@ }; Command X(QChar('c')); + +void Foo(QChar ); +void bar() { Foo(X.c); }