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
/** | |
* compile using this: | |
* gcc -framework Carbon -framework Foundation ./hung.m -o hung | |
* | |
* Referenced from https://apple.stackexchange.com/a/424763/260619 | |
* Original source code https://github.com/jksoegaard/NonResponding | |
* Original Author: jksoegaard | |
**/ | |
#import <Foundation/Foundation.h> |
OlderNewer