Sign in
dawn
/
dawn
/
51cfe26bb7246d7c97bd3a2aaf36815f4fd6e2ed
/
.
/
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
;
}