blob: 07c93c3290aea3bcd2a2418b8de83f7571b615e2 [file] [log] [blame]
====
---- QUERY
# Codegen is required for > 20 args.
select twenty_one_args(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21);
---- TYPES
INT
---- RESULTS
231
====