mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
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
This commit is contained in:
parent
9f95ab7e61
commit
630f340f8f
@ -9,3 +9,6 @@ struct Command {
|
||||
};
|
||||
|
||||
Command X(QChar('c'));
|
||||
|
||||
void Foo(QChar );
|
||||
void bar() { Foo(X.c); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user