#include"LoadedCommand.h"#include <stdio.h>intmain(){#ifdef HAVE_VSBLABLAprintf("Should not be able to find vsblabla\n");return1;#endif#if !defined( HAVE_PRINTF )printf("Should be able to find printf\n");return1;#endif#ifdef CMAKE_IS_FUNreturn SIZEOF_CHAR-1;#else return SIZEOF_SHORT;#endif}