mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 12:54:00 -05:00
73 lines
2.6 KiB
JSON
73 lines
2.6 KiB
JSON
{
|
|
"sessions": [
|
|
{
|
|
"id": 1,
|
|
"language": "c++",
|
|
"source": "// Type your code here, or load an example.\nint square(int num) {\n auto x = 344 + 5 + 1;\n return num * num + 234 + x;\n}\n\nint main() {\n return square(23);\n}\n",
|
|
"compilers": [
|
|
{
|
|
"_internalid": 1,
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"debugCalls": false,
|
|
"libraryCode": false,
|
|
"trim": false
|
|
},
|
|
"id": "g92",
|
|
"libs": [],
|
|
"options": "-O3",
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": []
|
|
}
|
|
],
|
|
"conformanceview": false,
|
|
"executors": [
|
|
{
|
|
"arguments": "test",
|
|
"argumentsVisible": true,
|
|
"compiler": {
|
|
"id": "g92",
|
|
"libs": [
|
|
{
|
|
"name": "openssl",
|
|
"ver": "111c"
|
|
}
|
|
],
|
|
"options": "-O3",
|
|
"specialoutputs": [],
|
|
"tools": [],
|
|
"overrides": [],
|
|
"filters": {
|
|
"binary": false,
|
|
"binaryObject": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"libraryCode": false,
|
|
"debugCalls": false,
|
|
"trim": false
|
|
}
|
|
},
|
|
"compilerOutputVisible": true,
|
|
"compilerVisible": false,
|
|
"overrides": [],
|
|
"stdin": "",
|
|
"stdinVisible": false,
|
|
"wrap": false,
|
|
"runtimeTools": []
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"trees": []
|
|
} |