mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 09:22:31 +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…
x
Reference in New Issue
Block a user