summaryrefslogtreecommitdiff
path: root/clang/test/ARCMT/with space/test1.m.in
blob: 8416a8896569607107d6f0afc34142b04f72543e (about) (plain)
1
2
3
4
5
6
#define PART1
#include "test.h"

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