platform/libinjection/tests/test-folding-116.txt
2019-08-16 10:42:40 -04:00

10 lines
155 B
Text

--TEST--
user() is a function, user(foo) is not. In this case user(foo) is completely folded away.
--INPUT--
1 USER(1)
--EXPECTED--
1 1
n USER
( (
1 1
) )