mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
9 lines
132 B
C++
9 lines
132 B
C++
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
int
|
||
|
|
main (int argc, char const *argv[])
|
||
|
|
{
|
||
|
|
printf("Break here to do the load using paths.");
|
||
|
|
return 0;
|
||
|
|
}
|