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

4 lines
48 B
C
Raw Normal View History

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