// Clause: 6.4.9 example — '#include "//e"' is undefined behavior during preprocessing.
#include <stdio.h>
#include "//e"
int main(void){ return 0; }
