1# Copyright: 2019 Masatake YAMATO 2# License: GPL-2 3 4# 5# This is crash test. 6# The input is broken so the we have no expectation for output. 7# 8 9CTAGS=$1 10. ../utils.sh 11 12is_feature_available ${CTAGS} json 13 14$CTAGS --options=NONE --output-format=json input.h 15