repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Clang] ensure mangled names are valid identifiers before being suggested in ifunc...
[llvm-project.git]
/
clang
/
test
/
Modules
/
inferred-attributes.mm
blob
b1bcd93ab543b6ad1fe0dd01de4947d6b0d11786
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-attr -fsyntax-only -verify %s
3
// expected-no-diagnostics
4
extern "C" {
5
@import InferredExternC;
6
}