5 lines
93 B
C
5 lines
93 B
C
|
// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
|
||
|
|
||
|
int malloc(int a) { return a; }
|
||
|
|