llvm-for-llvmta/tools/clang/test/Misc/predefines.c

7 lines
155 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
/* RUN: %clang_cc1 -fsyntax-only -verify -std=c89 -ffreestanding -pedantic-errors %s
* expected-no-diagnostics
* rdar://6814950
*/
#include <stdint.h>