Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
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
);
}