Blame view
tools/cub-1.8.0/test/link_main.cpp
113 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 |
#include <stdio.h> extern void a(); extern void b(); int main() { printf("hello world "); return 0; } |
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 |
#include <stdio.h> extern void a(); extern void b(); int main() { printf("hello world "); return 0; } |