mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 02:01:52 +00:00
6 lines
57 B
C
6 lines
57 B
C
#include <stdio.h>
|
|
|
|
void extra() {
|
|
printf("PASS\n");
|
|
}
|