repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use "isa" since the variable isn't used.
[llvm-complete.git]
/
test
/
DebugInfo
/
Inputs
/
macho-universal.cc
blob
9f34fdb06d134c70395b5f24c966829a5249668d
1
// Built with Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
2
// clang++ -arch x86_64 -arch i386 macho-universal.cc
3
4
int
inc
(
int
x
) {
5
return
x
+
1
;
6
}
7
8
int
main
(
int
argc
,
char
*
argv
[]) {
9
return
inc
(
argc
);
10
}