mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
dba65f26d2
llvm-svn: 114541
7 lines
172 B
C
7 lines
172 B
C
// RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
|
|
// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
|
|
// XFAIL: vg_leak
|
|
|
|
int f0(void) {
|
|
}
|