1 /* { dg-do compile } */
7 /* Check that without an explicit prototype, we deduce from call site the
8 signature for the (mandatory in PTX) prototype. */
9 /* extern int foo (int *); */
10 /* { dg-final { scan-assembler-not "\\\.callprototype" } } */
11 /* { dg-final { scan-assembler "\\\.extern \\\.func \\\(\[^,\n\r\]+\\\) foo \\\(\[^,\n\r\]+\\\);" } } */