===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
castxml-0.3.6/test/input/inline-asm-ms.cxx-2-{
castxml-0.3.6/test/input/inline-asm-ms.cxx:3:  __asm { int 1 }
castxml-0.3.6/test/input/inline-asm-ms.cxx-4-}
##############################################
castxml-0.3.6/test/run.cmake-22-if(prologue)
castxml-0.3.6/test/run.cmake:23:  include(${prologue})
castxml-0.3.6/test/run.cmake-24-endif()
##############################################
castxml-0.3.6/debian/bin/gccxml-5-if [ $# -ne 2 ] ; then
castxml-0.3.6/debian/bin/gccxml:6:	echo "Usage: `basename $0` input_file.cc -fxml=output_file.xml"
castxml-0.3.6/debian/bin/gccxml-7-	exit 1
##############################################
castxml-0.3.6/debian/bin/gccxml-9-if [ ! -e "$1" ] ; then
castxml-0.3.6/debian/bin/gccxml:10:	echo "`basename $0`: Input file $1 not found"
castxml-0.3.6/debian/bin/gccxml-11-	exit 1 # more clean would be to return proper POSIX exit code
castxml-0.3.6/debian/bin/gccxml-12-fi
castxml-0.3.6/debian/bin/gccxml:13:output=`echo $2 | sed 's/-fxml *= *//'`
castxml-0.3.6/debian/bin/gccxml-14-if [ "$2" = $output ] ; then
castxml-0.3.6/debian/bin/gccxml:15:	echo "Usage: `basename $0` input_file.cc -fxml=output_file.xml"
castxml-0.3.6/debian/bin/gccxml-16-	echo "       You need to use old gccxml syntax with -fxml= option before output file"