[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / bolt / test / Inputs / hello.c
blob150656567ad3e2c4397c11f474e267053e7b1b6c
1 #include <stdio.h>
3 int main() {
4 printf("Hello, world!\n");
6 return 0;