--
-- int42pl/2
--
create or replace function int42pl(
  integer,
  smallint
) returns int4 as $$
int42pl$$ language plpgsql;