1# Copyright: 2020 Masatake YAMATO 2# License: GPL-2 3 4. ../utils.sh 5 6CTAGS=$1 7 8V= 9# V=valgrind 10 11echo '# no warning should be printed' 1>&2 12$CTAGS --quiet --options=NONE -o - input.sql 13