mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
This bug is not fixed, but will be in the future eventually
llvm-svn: 8799
This commit is contained in:
parent
4c63db748c
commit
7682227bd6
@ -0,0 +1,10 @@
|
||||
// Test with an opaque type
|
||||
|
||||
struct C;
|
||||
|
||||
C &foo();
|
||||
|
||||
void foox() {
|
||||
for (; ; foo());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user