()
| 7 | |
| 8 | # Print the license of the generated file (the same as the one of this file) |
| 9 | def license(): |
| 10 | print("""/* |
| 11 | SPDX-FileCopyrightText: 2014 Denis Steckelmacher <steckdenis@yahoo.fr> |
| 12 | |
| 13 | SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL |
| 14 | */ |
| 15 | """) |
| 16 | |
| 17 | def basicTypes(d): |
| 18 | d["_mixed"] = '_mixed' # This variable does not exist and will therefore yield the type "mixed" |