Files
kraken/tests/c_passthrough_diff.krak
2015-03-24 18:29:21 -04:00

12 lines
209 B
Plaintext

__if_comp__ __C__ __simple_passthrough__ """
#include <stdio.h>
int diff = 7;
"""
|void| print_it() {
__if_comp__ __C__ __simple_passthrough__ """
printf("diff_file: %d\n", diff);
"""
}