Reviewed By: sblackshear Differential Revision: D7169156 fbshipit-source-id: ab79bf9master
parent
09ae1f96fc
commit
be53bc80e2
@ -1 +1 @@
|
|||||||
Subproject commit 5f64a6842e9a85fc222f9a436c3d993cacb891b3
|
Subproject commit 9d03cb460a30ad02d7b5edfa38f3a1143e642cfe
|
@ -0,0 +1,14 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2018 - present Facebook, Inc.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the BSD style license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree. An additional grant
|
||||||
|
* of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
*/
|
||||||
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
static float generic_expr_ok() {
|
||||||
|
NSString* currentValue = [NSString new];
|
||||||
|
return _Generic(0.2f, float : [currentValue floatValue]);
|
||||||
|
};
|
Loading…
Reference in new issue