Question from the Objective-C test

What is the output of the following code? #import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { // insert code here and press return to continue NSLog(@"%@", SQLite); } return 0; }