archrelease: copy trunk to community-any
[ArchLinux/community.git] / hip-runtime-amd / trunk / test.sh
blob8f17dd769682aa318d9bf3d325ecd32b1c3411d9
1 #!/usr/bin/env sh
3 OUT=$(mktemp -d)
5 /opt/rocm/bin/hipcc -o "$OUT/test" test.cpp
6 "$OUT"/test