Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
FunctionParameterOfVoid.glsl
blob: 4fb4c9fe8d77dd3a728aaa1e8b889245f30363c1 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
expected
')'
,
but found
'x'
void
func
(
void
x
)
{}
^
1
error