12 lines
209 B
Plaintext
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);
|
|
"""
|
|
}
|