mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
259 B
C
14 lines
259 B
C
// main.c - Cleanup-DuplicateIncludeGuard test
|
|
|
|
#include "header1.h"
|
|
#include "header2.h"
|
|
#include "header3.h"
|
|
#include "header3.h"
|
|
|
|
#include "header4.h"
|
|
#include "subfolder/header4.h"
|
|
#include "subfolder/header5.h"
|
|
|
|
#include "header6.h"
|
|
#include "header7.h"
|