| ... | ... | @@ -8772,7 +8772,7 @@ test "@hasDecl" { |
| 8772 | 8772 | The command <code>zig build-exe --show-builtin</code> outputs the source to stdout for reference. |
| 8773 | 8773 | </li> |
| 8774 | 8774 | <li>{#syntax#}@import("root"){#endsyntax#} - Points to the root source file |
| 8775 | | This is usually `src/main.zig` but it depends on what file is chosen to be built. |
| 8775 | This is usually <code>src/main.zig</code> but it depends on what file is chosen to be built. |
| 8776 | 8776 | </li> |
| 8777 | 8777 | </ul> |
| 8778 | 8778 | {#see_also|Compile Variables|@embedFile#} |