You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
11 | character(C_CHAR), parameter :: CR = char(Z'0D', C_CHAR)
| 1
Error: A BOZ literal constant at (1) cannot appear as an actual argument in a function reference
```
according to the standard, the special literals only work as arguments to `int` and in a few other situations.
0 commit comments