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