hanchenye-llvm-project/clang/test/Sema/implicit-builtin-freestandi...

5 lines
88 B
C

// RUN: clang -fsyntax-only -verify -ffreestanding %s
int malloc(int a) { return a; }