mirror of https://github.com/nodejs/node.git
6 lines
57 B
C
6 lines
57 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void extra() {
|
||
|
printf("PASS\n");
|
||
|
}
|