Sign in
dawn
/
dawn
/
905b63b90fa22ccfb5b66d56535ba09fd942568e
/
.
/
test
/
tint
/
bug
/
tint
/
1820.wgsl.expected.fxc.hlsl
blob: 5e7dc3966c3b5a727764a0196c017fd970b5d397 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
foo
(
float
x
)
{
do
{
}
while
(
false
);
}
static
int
global
=
0
;
int
baz
(
int
x
)
{
global
=
42
;
return
x
;
}
void
bar
(
float
x
)
{
baz
(
int
(
x
));
do
{
}
while
(
false
);
}
void
main
()
{
}