brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · ddf0e2d Raw
8 lines · c
1// RUN: %clang_cc1 -Wrestrict-expansion %s -fsyntax-only -verify2#include "Inputs/unsafe-macro.h"3#include "Inputs/unsafe-macro-2.h"4 5// not-expected-warning@+1{{macro 'UNSAFE_MACRO' has been marked as unsafe for use in headers: Don't use this!}}6#if UNSAFE_MACRO7#endif8