Home
last modified time | relevance | path

Searched refs:fetch_count (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990628-1.c24 static int fetch_count; in fetch() local
27 sqlca.sqlcode = (++fetch_count > 1 ? 100 : 0); in fetch()