Files
kraken/tests/c_passthrough_diff.krak

12 lines
209 B
Plaintext
Raw Normal View History

__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);
"""
}