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

5 lines
93 B
C

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