00001 # uses a non-scalar in a dimension expression 00002 00003 SUBROUTINE vpass_int(INOUT int ivec[n], IN int n, IN int foo[n], 00004 INOUT int ivec2[foo2], IN int n2, IN int foo2[n2]) 00005 "Does nothing...just for testing performance of argument sending." 00006 LANGUAGE = "C" 00007 LIBS = "-L$(top_builddir)/problems/passing -lpass" 00008 COMPLEXITY = "1.0" 00009 MAJOR="ROW"
1.6.3-20100507