node/tools/gyp/test/configurations/target_platform/left.c

4 lines
47 B
C
Raw Normal View History

2011-12-04 04:26:50 +08:00
const char *message(void) {
return "left";
}