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
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
pragma-weak.cpp
blob
c1ff2062fcfa2dca58643be036c3d0f540d20b4b
1
// RUN: %clang_cc1 %s
2
3
#pragma weak foo
4
static void
foo
();
5
extern
"C"
{
6
void
foo
() {
7
};
8
}
9
10
extern
"C"
int
Test
;
11
#pragma weak test = Test