1 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-print-source-range-info %s 2>&1 | FileCheck %s --strict-whitespace
2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-print-source-range-info -fexperimental-new-constant-interpreter %s 2>&1 | FileCheck %s --strict-whitespace
5 constexpr DelBase() = delete;
8 // CHECK: :{[[@LINE+1]]:21-[[@LINE+1]]:28}
9 struct Foo
: public DelBase
{