blob: a5469b22ba350b8cd0533f51ec51bcc7b50480f4 [file] [log] [blame]
Johannes Doerfertac991bb2019-01-19 05:36:54 +00001// RUN: %clang_cc1 %s -verify -fsyntax-only
2
3class C_in_class {
4#define HAS_THIS
5#include "../Sema/attr-callback-broken.c"
6#undef HAS_THIS
7};