llvm-project/clang/test/PCH/cxx-offsetof-base.cpp

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

3 lines
125 B
C++
Raw Normal View History

// RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-offsetof-base.h
// RUN: %clang_cc1 -include-pch %t -fsyntax-only %s