blob: 385cf1f751cac8f2c824c5e248d0c99f44da7f41 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
// expected-no-diagnostics
int malloc(int a) { return a; }