9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
|
int __host__ try_compile_hip_func(int x);
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
try_compile_hip_func(int(42));
|
||
|
|
||
|
return 0;
|
||
|
}
|