Files
2018-09-23 16:23:52 -07:00

9 lines
86 B
C++

#include "a.h"
// Completes definition of Foo
struct Foo {
int val;
};
Bar bar_y;