diff options
| author | Igor Chervatyuk <igor.chervatyuk@intel.com> | 2024-06-24 23:57:36 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-07-08 07:03:03 +0000 |
| commit | 023352dca39e7ecfb4cc1aa6863d3a8068e6abdd (patch) | |
| tree | 1357441569993d4fcb6fa82bf5eed9a1a3a487d4 /pkg/compiler/testdata | |
| parent | 3bfdb9ca0cf3c3dad7efd8ecc1ebdc829020f45f (diff) | |
pkg/compiler: updated testdata for 'fmt'
New usecases for 'fmt' arguments after enabling 'proc' type in context of structures
outlined in testdata/all.txt.
Diffstat (limited to 'pkg/compiler/testdata')
| -rw-r--r-- | pkg/compiler/testdata/all.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/compiler/testdata/all.txt b/pkg/compiler/testdata/all.txt index 38511c2c7..68e85492d 100644 --- a/pkg/compiler/testdata/all.txt +++ b/pkg/compiler/testdata/all.txt @@ -330,6 +330,8 @@ foo_fmt6(a ptr[in, fmt[dec, flags[flags_with_one_value]]]) struct$fmt0 { f0 fmt[dec, int8] + f1 fmt[hex, proc[0, 1]] + f2 ptr[in, fmt[oct, proc[0, 1]]] } flags_with_one_value = 0 |
