• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s
2 
malloc(int a)3 int malloc(int a) { return a; }
4 
5