xref: /llvm-project/clang/test/Misc/predefines.c (revision 0f1c1be1968076d6f96f8a7bcc4a15cf195ecd97)
1 /* RUN: %clang_cc1 -fsyntax-only -verify -std=c89 -ffreestanding -pedantic-errors %s
2  * expected-no-diagnostics
3  */
4 #include <stdint.h>
5 
6