int r( int[1] a) { return( _reshape_([], a)); } int[1] s( int a) { return( _reshape_([1], a)); } int main() { return( r( s( 5))); }