mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37087 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5bb7ffa9c
commit
decc20930d
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