mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
new testcase
llvm-svn: 37087
This commit is contained in:
parent
251ea5ab65
commit
f08978c0dc
10
test/CFrontend/nested-functions.c
Normal file
10
test/CFrontend/nested-functions.c
Normal file
@ -0,0 +1,10 @@
|
||||
// RUN: %llvmgcc -S %s -o - -fnested-functions
|
||||
void Bork() {
|
||||
void Fork(const int *src, int size) {
|
||||
int i = 1;
|
||||
int x;
|
||||
|
||||
while (i < size)
|
||||
x = src[i];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user