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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Sema
/
undefined-internal-typeof-c23.c
blob
837c36d4910a7da9e6fb9a5550bc11ca7c025dcf
1
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c23 -pedantic-errors
2
3
// expected-no-diagnostics
4
5
static int
f
(
void
);
6
7
int
main
(
void
)
8
{
9
typeof
(&
f
)
x
;
10
}