Created
November 26, 2018 06:00
-
-
Save kaityo256/9fed5399bb39bbaed26ca693989adfd1 to your computer and use it in GitHub Desktop.
SIGILL on MAC and g++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int func(int a){ | |
| } | |
| int func2(int a){ | |
| return func(a); | |
| } | |
| int main(){ | |
| func2(1); | |
| } |
Author
kaityo256
commented
Nov 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment