brintos

brintos / llvm-project-archived public Read only

0
0
Text · 207 B · 9a16c2b Raw
7 lines · c
1// RUN: not clang-import-test -import %S/Inputs/S.c -expression %s 2>&1 | FileCheck %s2// CHECK: error: No such file or directory: {{.*}}Inputs/S.c{{$}}3void expr() {4  struct S MyS;5  void *MyPtr = &MyS;6}7