llvm/clang/test/ARCMT/Inputs/test2.m.in

#define PART2
#include "test.h"

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