blob: e65ce9860af44a8c5707ac91f53cf31a2cddff70 [file] [log] [blame]
Alexey Samsonovbe5ae062012-10-09 16:03:52 +00001// This file is used to check if we can produce working executables
2// for i386 and x86_64 archs on Linux.
3#include <stdlib.h>
4int main(){}