bootstrap/specs/clang/template/test/test_hello.c

4 lines
78 B
C
Raw Normal View History

#include "hello.h"
int main(int argc, char **argv) { return hello_world(); }