C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / d / dmd / id.h
blobf6cf6e59c34cc5a01af191dba767ddb96bf4d4cf
2 /* Compiler implementation of the D programming language
3 * Copyright (C) 2017-2023 by The D Language Foundation, All Rights Reserved
4 * written by Walter Bright
5 * https://www.digitalmars.com
6 * Distributed under the Boost Software License, Version 1.0.
7 * https://www.boost.org/LICENSE_1_0.txt
8 * https://github.com/dlang/dmd/blob/master/src/dmd/id.h
9 */
11 #pragma once
13 struct Id
15 static void initialize();