llvm/clang/test/ARCMT/Inputs/with space/test1.m.in

#define PART1
#include "test.h"

void test1(id p) {
  [p release];
}