Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-09-19
/
.
/
clang
/
test
/
Parser
/
c-namespace.c
blob: b0f35b141f371d3c2bfd034ab3882ba76887b2cc [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only %s
void
bla1
(
void
)
{
struct
XXX
;
int
XXX
;
}