RUN: aspicere2-debug.sh ${ASPICERE2_SRC}/test/Feature/AroundCallType/sql.c ${ASPICERE2_SRC}/test/Feature/AroundCallType/main.c -o Output/db-debug -aspects ${ASPICERE2_BUILD}/test/Feature/AroundCallType/aspects.lst -modules ${ASPICERE2_BUILD}/test/Feature/AroundCallType/modules.lst
RUN: llvm-dis -f Output/db-debug.bc
RUN: rm -f ${ASPICERE2_BUILD}/test/Feature/AroundCallType/log.txt
RUN: ./Output/db-debug 2&> %t1
RUN: diff %t1 ${ASPICERE2_SRC}/test/Feature/AroundCallType/logging.ac.txt && diff ${ASPICERE2_BUILD}/test/Feature/AroundCallType/log.txt ${ASPICERE2_SRC}/test/Feature/AroundCallType/log.txt.txt