mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
7 lines
178 B
C
7 lines
178 B
C
#include "a.h"
|
|
#include <a.h>
|
|
#include "b.h"
|
|
static int has_angle_b = __has_include(<b.h>);
|
|
|
|
// semmle-extractor-options: -I${testdir}/dir2 -iquote ${testdir}/dir1 --edg --clang
|