mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Patch By: nephele Differential Revision: https://code.wildfiregames.com/D2671 This was SVN commit r23787.
6 lines
67 B
C
6 lines
67 B
C
#include <execinfo.h>
|
|
|
|
int main() {
|
|
backtrace(0, 0);
|
|
return 0;
|
|
}
|