source: release/1.9/aux/cocotron/win32/cocotron/issue488/main.m

Last change on this file was 13391, checked in by Gary Palter, 15 years ago

Test case for Cocotron issue 488

File size: 254 bytes
Line 
1//
2// main.m
3// issueXXX
4//
5// Created by Gary Palter on 1/15/10.
6// Copyright 2010 Clozure Associates. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11int main(int argc, char *argv[])
12{
13 return NSApplicationMain(argc, (const char **) argv);
14}
Note: See TracBrowser for help on using the repository browser.