summaryrefslogtreecommitdiffstats
path: root/Tests/BuildDepends/Project/ninjadep.cpp
blob: 5498b177ba774ec9108e829ef3e10afd8bb70cec (plain)
1
2
3
4
5
6
#include "dir/header.h"
#include <stdio.h>

int main() {
  printf("HEADER_STRING: %s\n", HEADER_STRING);
}