blob: a62f04b66834af8a8c3fc20b0e39f662ee1974dd [file] [log] [blame]
Rafael Espindola4fae2d92012-03-08 15:07:42 +00001// RUN: %clang_cc1 -include %S/pr12104.h %s -emit-llvm -o - | FileCheck %s
2// RUN: %clang_cc1 -x c++ -emit-pch -o %t %S/pr12104.h
3// RUN: %clang_cc1 -include-pch %t %s -emit-llvm -o - | FileCheck %s
Rafael Espindola234fe652012-03-05 10:54:55 +00004
Rafael Espindola234fe652012-03-05 10:54:55 +00005template struct Patch<1>;
6
7// CHECK: _ZN5PatchILi1EE11no_neighborE