mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Make the testcase more interesting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
04aa29d7bf
commit
134480cb1b
@ -4,6 +4,6 @@ typedef struct {
|
||||
} event_t;
|
||||
|
||||
event_t test(int X) {
|
||||
event_t foo, bar;
|
||||
event_t foo = { 1 }, bar = { 2 };
|
||||
return X ? foo : bar;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user