blob: 54a466f64a99563e55258d56bd7984b41eac18a7 [file]
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright © 2026 Intel Corporation
*/
int main() {
return __cplusplus == 201402L ? 0 : 1;
}