Ajout des tests pour les dépendances circulaires avec les fichiers source.
This commit is contained in:
6
tests/test-03-circulaire/c.h
Normal file
6
tests/test-03-circulaire/c.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef C_H
|
||||
#define C_H
|
||||
|
||||
void functionC();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user