1#ifndef _CSE_DUMMY_H 2#define _CSE_DUMMY_H 3 4int non_existent_function_for_symbol_test(); 5 6#endif 7 8