Skip to content
Snippets Groups Projects
Commit 63e1acfe authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Fichier Cmake

parent 31424e23
Branches
Tags
No related merge requests found
/*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Language: ObjC++
Copyright (c) Insight Software Consortium. All rights reserved.
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#import <objc/objc.h>
#error
AZUCAR
this is a syntax error
@interface MyObject
{
id foo;
}
@end
int main()
{
MyObject* object = nil;
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment