mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
7 lines
82 B
C
7 lines
82 B
C
// Incomplete definition of Foo
|
|
struct Foo;
|
|
|
|
struct Bar {
|
|
Foo *cheese;
|
|
};
|