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

7 lines
76 B
C

// Incomplete definition of Foo
struct Foo;
struct Bar {
Foo *cheese;
};