Sign in
dawn
/
dawn
/
b0455217fafd61f083c214a00665a2eda378a5e4
/
.
/
test
/
intrinsics
/
ignore.wgsl.expected.msl
blob: 1dc15cf53198a58c54a070b915e8dc1c0b29c1e9 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
int
f
(
int
a
,
int
b
,
int
c
)
{
return
((
a
*
b
)
+
c
);
}
kernel
void
tint_symbol
()
{
(
void
)
f
(
1
,
2
,
3
);
return
;
}