mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
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()
|