/* | |
* Description : Invoke a built-in function with incorrect number of arguments | |
* Expected Res : Failure | |
* Date : Nov 13th 2012 | |
*/ | |
drop dataverse test if exists; | |
create dataverse test; | |
write output to nc1:"rttest/user-defined-functions_f01.adm"; | |
let $c1 := int8() | |
return $c1 |