mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-23 08:05:07 +00:00
11 lines
59 B
C++
11 lines
59 B
C++
#include "a.h"
|
|
|
|
|
|
|
|
|
|
struct Baz {
|
|
};
|
|
|
|
void foo() {
|
|
Baz b;
|
|
} |