mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-12 01:18:53 +00:00
be5ae06dec
llvm-svn: 165503
5 lines
140 B
C
5 lines
140 B
C
// This file is used to check if we can produce working executables
|
|
// for i386 and x86_64 archs on Linux.
|
|
#include <stdlib.h>
|
|
int main(){}
|