/* * Copyright (c) 2014 - Facebook. * All rights reserved. */ #import @interface A : NSObject { int x; } @end