Files
codeql/cpp/ql/test/header-variant-tests/headermaps/headermaps.c
2018-08-02 17:53:23 +01:00

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