Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Sema / implicit-builtin-freestanding.c
blobf77bccc48bbc7e46d75be2c067f7587808a351dc
1 // RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
2 // RUN: %clang_cc1 -fsyntax-only -verify -fno-builtin %s
3 // RUN: %clang_cc1 -fsyntax-only -verify -fno-builtin-malloc %s
4 // expected-no-diagnostics
6 int malloc(int a) { return a; }