mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
5 lines
115 B
C
5 lines
115 B
C
#include "test.H" // GOOD
|
|
#include "test.xpm" // GOOD
|
|
#include "test2.c" // BAD
|
|
#include "test.def" // GOOD
|