mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01:00
16 lines
337 B
C
16 lines
337 B
C
static int zero = __COUNTER__;
|
|
|
|
// these map to 1.h through 4.h via little.hmap
|
|
#include "a.h"
|
|
#include "b.h"
|
|
#include "C.H"
|
|
#include "D.H"
|
|
|
|
// these map to 5.h through 8.h via big.hmap
|
|
#include "e.h"
|
|
#include "f.h"
|
|
#include "G.H"
|
|
#include "H.H"
|
|
|
|
// semmle-extractor-options: -I${testdir}/little_qltest.hmap -I${testdir}/big_qltest.hmap
|