mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
91 B
C
14 lines
91 B
C
|
|
/* Foo */
|
|
|
|
#include "h.h"
|
|
|
|
typedef int foo;
|
|
|
|
/* Bar */
|
|
|
|
#include "i.h"
|
|
|
|
typedef int bar;
|
|
|