mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
C++: add .def to exception to test
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "test.H"
|
||||
#include "test.xpm"
|
||||
#include "test2.c"
|
||||
#include "test.H" // GOOD
|
||||
#include "test.xpm" // GOOD
|
||||
#include "test2.c" // BAD
|
||||
#include "test.def" // GOOD
|
||||
|
||||
Reference in New Issue
Block a user