rust/tests/run-make/import-macro-verbatim/include/include.txt
Chris Denton edc97a0df2
Fix verbatim paths used with include!
When using `concat!` to join paths, the Unix path separator (`/`) is often used. This breaks on Windows if the base path is a verbatim path (i.e. starts with `\\?\`).
2024-07-31 12:44:47 +00:00

2 lines
36 B
Plaintext

static TEST: &str = "Hello World!";