mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
89bfeb825b
llvm-svn: 60048
5 lines
90 B
C
5 lines
90 B
C
// RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
|
|
|
|
int f0(void) {
|
|
}
|