blob: 87db13e33a37263fd04bd68adc029e8d67ce9fc4 [file] [log] [blame]
#include <stdio.h>
#include "test.h"
int main() {
printf("hello, world: %d\n", X);
return 0;
}