1 // RUN: %libomptarget-compile-generic -DSHARED -fPIC -shared -o %t.so && \
2 // RUN: %libomptarget-compile-generic %t.so && %libomptarget-run-generic 2>&1 | %fcheck-generic
3 // RUN: %libomptarget-compileopt-generic -DSHARED -fPIC -shared -o %t.so && \
4 // RUN: %libomptarget-compileopt-generic %t.so && %libomptarget-run-generic 2>&1 | %fcheck-generic
16 printf("%s\n", "DONE.");