platform/libinjection/tests/test-folding-117.txt

11 lines
151 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
user() is a function, user(foo) is not. In this case user(foo) is completely folded away.
--INPUT--
1 USER()
--EXPECTED--
1 1
f USER
( (
) )