Dactyloidae/media/webrtc/trunk/tools/gyp/test/actions/generated-header/main.cc

7 lines
82 B
C++

#include <stdio.h>
#include "MyHeader.h"
int main() {
printf("%s\n", kFoo);
}