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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
69 B
Mathematica
Raw Normal View History

#define PART1
#include "test.h"
void test1(id p) {
[p release];
}