mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
8 lines
243 B
C
8 lines
243 B
C
|
// RUN: llvmc -c -opt -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
|
||
|
// RUN: llvmc -c -opt -emit-llvm -S -o - %s | grep "@f0()" | count 1
|
||
|
// RUN: llvmc --dry-run -c -opt -emit-llvm %s |& grep "^opt"
|
||
|
// XFAIL: vg_leak
|
||
|
|
||
|
int f0(void) {
|
||
|
}
|