C++: add .def to exception to test

This commit is contained in:
Paolo Tranquilli
2024-01-09 15:30:27 +01:00
parent 270df940ff
commit 0bfeadbf1f
2 changed files with 4 additions and 3 deletions

View File

@@ -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