repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
WebAssembly
/
wasm-main.c
blob
33dbdac2a5ba1c598df3ff4fa70398daf256cae2
1
// RUN: %clang_cc1 -triple wasm32 -o - -emit-llvm %s | FileCheck %s
2
3
// Don't mangle the no-arg form of main.
4
5
int
main
(
void
) {
6
return
0
;
7
}
8
9
// CHECK-LABEL: define i32 @main()