Sign in
dawn
/
dawn
/
04b531d071b0faeaa680f87316c8da2a83f6dd06
/
.
/
test
/
tint
/
bug
/
chromium
/
339684346.wgsl.expected.msl
blob: 03231cdbf4bf50c59227593bd0ab794e819c4dc4 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
(
thread
int
*
const
x
)
{
}
void
b
(
thread
int
*
const
x
)
{
a
(
x
);
}