mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 01:13:25 +00:00
5 lines
91 B
C
5 lines
91 B
C
|
// RUN: llvmc2 -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
|
||
|
|
||
|
int f0(void) {
|
||
|
}
|