[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / clang / test / CodeCompletion / PR9728.cpp
blobd1ee7c7f0b04ad2cbb99297f3670b2689e45e80d
1 namespace N {
2 struct SFoo;
5 struct brokenfile_t {
6 brokenfile_t (N::
7 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):20 %s -o - | FileCheck %s
8 // CHECK: SFoo