180d59932Sopenharmony_ci//
280d59932Sopenharmony_ci// Copyright (c) 2020 The Khronos Group Inc.
380d59932Sopenharmony_ci//
480d59932Sopenharmony_ci// Licensed under the Apache License, Version 2.0 (the "License");
580d59932Sopenharmony_ci// you may not use this file except in compliance with the License.
680d59932Sopenharmony_ci// You may obtain a copy of the License at
780d59932Sopenharmony_ci//
880d59932Sopenharmony_ci//    http://www.apache.org/licenses/LICENSE-2.0
980d59932Sopenharmony_ci//
1080d59932Sopenharmony_ci// Unless required by applicable law or agreed to in writing, software
1180d59932Sopenharmony_ci// distributed under the License is distributed on an "AS IS" BASIS,
1280d59932Sopenharmony_ci// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1380d59932Sopenharmony_ci// See the License for the specific language governing permissions and
1480d59932Sopenharmony_ci// limitations under the License.
1580d59932Sopenharmony_ci//
1680d59932Sopenharmony_ci
1780d59932Sopenharmony_ci#include <stdio.h>
1880d59932Sopenharmony_ci
1980d59932Sopenharmony_ci#include "CL/cl_ext.h"
2080d59932Sopenharmony_ci
2180d59932Sopenharmony_ciint main( void )
2280d59932Sopenharmony_ci{
2380d59932Sopenharmony_ci  printf("cl_ext.h standalone test PASSED.\n");
2480d59932Sopenharmony_ci  return 0;
2580d59932Sopenharmony_ci}
26