mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 22:30:13 +00:00
6 lines
183 B
C++
6 lines
183 B
C++
|
// clang -I/usr/include/c++/4.0.0 -I/usr/include/c++/4.0.0/powerpc-apple-darwin8 -I/usr/include/c++/4.0.0/backward INPUTS/iostream.cc -Eonly
|
||
|
|
||
|
#include <iostream>
|
||
|
|
||
|
#include <stdint.h>
|