Mixing C with Atmel AVR assembler

I have Atmel AVR assembler source code (.asm). How can I define label in AVR assembler as global and use it in my C code in Atmel Studio? I can very well mix AVR-GCC assembler with C, but it appears directives are different.

I was trying to get that information from this document without success.

Is there any example?