mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
97fe3f80a5
Differential Revision: https://reviews.llvm.org/D35037 llvm-svn: 307286
11 lines
134 B
LLVM
11 lines
134 B
LLVM
source_filename = "foo.c"
|
|
|
|
$com = comdat any
|
|
|
|
define void @main() comdat($com) {
|
|
call void @bar()
|
|
ret void
|
|
}
|
|
|
|
declare void @bar()
|