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

4 lines
48 B
C

const char *message(void) {
return "right";
}