summaryrefslogtreecommitdiff
path: root/deps/gyp/test/actions/generated-header/main.cc
blob: 7973781bc6e500027d8653fbdca3a2ed19c2665f (plain)
1
2
3
4
5
6
7
#include <stdio.h>

#include "MyHeader.h"

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