mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +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;
|
|
|