7 Declarations [dcl.dcl]

7.4 The asm declaration [dcl.asm]

An asm declaration has the form

asm-definition:
    asm ( string-literal ) ;

The asm declaration is conditionally-supported; its meaning is implementation-defined. [ Note: Typically it is used to pass information through the implementation to an assembler.  — end note ]