1# Copyright: 2017 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5${CTAGS} --options=NONE -o - --extras=+g --language-force=CTagsSelfTest input.cst 6exit $? 7