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