elliotchance / c2go

⚖️ A tool for transpiling C to Go.
MIT License
2.06k stars 151 forks source link

__int128 is translated as int64 #879

Open elichai opened 3 years ago

elichai commented 3 years ago

Trying to do anything in C with __int128 is transpiled into: type int128_t int64