[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Modules / structural-equivalent-recursive-types.c
blobbb3ec7b499bbdbcbe31d707cee63c0e265eda253
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; }
7 // expected-no-diagnostics