From 1af368c17339d0c80f6e5677482da362dbe74312 Mon Sep 17 00:00:00 2001 From: Cem Dervis Date: Wed, 11 Mar 2026 19:04:49 +0100 Subject: [PATCH] Test commit --- content/test.md | 19 +++++++++++++++++++ features_cpp26.yaml | 11 +++++++++++ 2 files changed, 30 insertions(+) create mode 100644 content/test.md diff --git a/content/test.md b/content/test.md new file mode 100644 index 0000000..7b9d166 --- /dev/null +++ b/content/test.md @@ -0,0 +1,19 @@ +--- +execute: false +flags: -O2 +show_assembly: false +--- + +## What It Does + +Explain what the feature does in simple, easy-to-understand terms. + +## Why It Matters + +Explain the impact of the feature, and historic background if necessary. + +## Example + +```cpp +your_example_code_here(); +``` \ No newline at end of file diff --git a/features_cpp26.yaml b/features_cpp26.yaml index 6906b35..eed522b 100644 --- a/features_cpp26.yaml +++ b/features_cpp26.yaml @@ -1665,3 +1665,14 @@ features: paper: P3913 lib: true support: [GCC 16] + + - desc: "Test" + paper: P1234 + content: test.md + summary: "Test summary" + keywords: [test] + support: [GCC] + ftm: + - name: __cpp_test + value: 123456L + desc: "Test description"