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
/
Modules
/
structural-equivalent-recursive-types.c
blob
bb3ec7b499bbdbcbe31d707cee63c0e265eda253
1
// RUN: rm -rf %t
2
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/rec-types -fsyntax-only %s -verify
3
#include
"a.h"
4
#include
"c.h"
5
void
foo
(
struct
some_descriptor
*
st
) { (
void
)
st
->
thunk
; }
6
7
// expected-no-diagnostics