mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
4f5ca6bbf4
llvm-svn: 81661
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) {
|
|
}
|