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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Sema
/
warn-freestanding-complex.c
blob
14e063f83c1b8160473eac86e0d4de25c6d28f61
1
// RUN: %clang_cc1 -fsyntax-only -ffreestanding -pedantic -verify %s
2
3
void
foo
(
float
_Complex c
) {
// expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
4
}