llvm/clang/test/Modules/Inputs/static_assert/a.h

class S {
  static_assert(4 == 4);
};