brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · f77bccc Raw
8 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s2// RUN: %clang_cc1 -fsyntax-only -verify -fno-builtin %s3// RUN: %clang_cc1 -fsyntax-only -verify -fno-builtin-malloc %s4// expected-no-diagnostics5 6int malloc(int a) { return a; }7 8