brintos

brintos / llvm-project-archived public Read only

0
0
Text · 257 B · bb3ec7b Raw
8 lines · c
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/rec-types -fsyntax-only %s -verify3#include "a.h"4#include "c.h"5void foo(struct some_descriptor *st) { (void)st->thunk; }6 7// expected-no-diagnostics8