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