/* Test %e */

#include "suite.h"

int main(void)
{
	printf("'%e'\n", -0.0);
	return 0;
}
