mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
10 lines
134 B
LLVM
10 lines
134 B
LLVM
source_filename = "foo.c"
|
|
|
|
$com = comdat any
|
|
|
|
define void @main() comdat($com) {
|
|
call void @bar()
|
|
ret void
|
|
}
|
|
|
|
declare void @bar()
|