Wooo passthrough and more cleanup! Remove 3rd pass!
This commit is contained in:
11
tests/c_passthrough_diff.krak
Normal file
11
tests/c_passthrough_diff.krak
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
__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);
|
||||
"""
|
||||
}
|
||||
Reference in New Issue
Block a user